home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / sys-include / powerup / lvo / disk_lvo.h < prev    next >
C/C++ Source or Header  |  2000-03-13  |  279b  |  18 lines

  1. #ifndef _LVO_DISK_LIB_H
  2. #define _LVO_DISK_LIB_H
  3.  
  4. /*
  5.  *  $VER: disk_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_AllocUnit    (-0x6)
  11. #define    LVO_FreeUnit    (-0xC)
  12. #define    LVO_GetUnit    (-0x12)
  13. #define    LVO_GiveUnit    (-0x18)
  14. #define    LVO_GetUnitID    (-0x1E)
  15. #define    LVO_ReadUnitID    (-0x24)
  16.  
  17. #endif
  18.